←Select platform

Get<T> Method

Summary

Returns the value of CCOW server config.

Syntax

C#
VB
C++
public static T Get<T>( 
   string name, 
   T defaultValue 
) 
Public Shared Function [Get](ByVal name As System.String, ByVal defaultValue As T) As T 
public: static T^  Get(System.String^  name, T^  defaultValue) 

Parameters

name
Name of the config to find.

defaultValue
A value of type T that is returned if the actual value cannot be retrieved.

Type Parameters

T
Specifies the type of the value to return.

Return Value

A config value of type T.

Requirements

Target Platforms

See Also

Reference

Config Class

Config Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly